ScheduledItem(TAbsolute, IComparer) constructor¶
Defined in
Type: ScheduledItemSystem.Reactive.Concurrency
Assembly: System.Reactive.dll
Applies to
netstandard2.0
protected ScheduledItem(TAbsolute dueTime, IComparer<TAbsolute> comparer)
Summary: Creates a new scheduled work item to run at the specified time.
Parameters
| Name | Type | Description |
|---|---|---|
dueTime | TAbsolute | Absolute time at which the work item has to be executed. |
comparer | IComparer | Comparer used to compare work items based on their scheduled time. |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentNullException | comparer is null. |